home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrecord-1.8.1 / ANaix < prev    next >
Encoding:
Text File  |  1998-10-17  |  1.5 KB  |  48 lines

  1. A first release of cdrecord has been released for AIX.
  2.  
  3. AIX has a userland SCSI ioctl(2) but unfortunately no SCSI userland device
  4. node interface.
  5.  
  6. This cdrecord distribution contains a hacked mkisofs-1.12.1 that runs on AIX
  7. and allows you to read a filesystem from a CD-R device with 2048 bytes 
  8. if AIX does not support 2048 Bytes/sector (I don' know). This is done 
  9. with the SCSI user level library.
  10.  
  11. The current implementation status is alpha. It currently only handles
  12. /dev/rcd* devices. No real generic SCSI support.
  13. I got a donation from 
  14.     Michael Staats <michael@thp.Uni-Duisburg.DE>
  15. &    Fred Hucht <fred@thp.Uni-Duisburg.DE>
  16.  
  17. that I hope to integrate in the near future.
  18.  
  19. To make a decent release, I need access to a recent AIX
  20. system. I currently only have non-root access to an old system without man
  21. pages, so I cannot test. To include error handling, I need to know some things
  22. abount what is happening on special error situations.
  23.  
  24. To compile with the AIX cc use ./Gmake or smake from my makefiles 
  25. distribution.
  26.  
  27. To compile with the AIX cc use ./Gmake CCOM=gcc or smake CCOM=gcc 
  28. from my makefiles distribution.
  29.  
  30. NOTE:    AIX seems to have a kernel bug in the mmap() part
  31.     that may cause kernel panics.
  32.  
  33. If you observe this kernel panic, try to add a line:
  34.  
  35. COPTS += -DUSE_USGSHM
  36.  
  37. to the file cdrecord/Makefile
  38.  
  39. or compile the package using:
  40.  
  41. make COPTX=-DUSE_USGSHM
  42.  
  43. It seems that SVrx style shared memory does not have this kernel bug
  44.  
  45. I would be happy to get test reports ...
  46.  
  47. J÷rg
  48.